ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MenuBase<T> Class / IsButton Property






In This Topic
    IsButton Property (MenuBase<T>)
    In This Topic
    Gets or sets a value that determines whether menu should act as a split button instead of a regular menu.
    Syntax
    'Declaration
     
    
    Public Property IsButton As System.Boolean
    'Usage
     
    
    Dim instance As MenuBase(Of T)
    Dim value As System.Boolean
     
    instance.IsButton = value
     
    value = instance.IsButton
    public System.bool IsButton {get; set;}
    public read-write property IsButton: System.Boolean; 
    public function get,set IsButton : System.boolean
    public: __property System.bool get_IsButton();
    public: __property void set_IsButton( 
       System.bool value
    );
    public:
    property System.bool IsButton {
       System.bool get();
       void set (    System.bool value);
    }
    See Also